xfi:cu-equal

xs:boolean=xfi:cu-equal( $left as node()*, $right as node()*)

Last updated on 06-03-2008 at 22:40:00.

Returns true if two sequences have items that are both c-equal and u-equal.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left node()* The first item or sequence of items.
right node()* The second item or sequence of items.

Output

Type: xs:boolean

Returns true if two sequences have items that are both c-equal and u-equal.

Errors

Code Details
xfie:NodeIsNotXbrlItem A dynamic error must be raised if any input element is not derived from xbrli:item.

Conformance suite

80214 xfi.cu-equal testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function